翻訳と辞書
Words near each other
・ Stack interchange
・ Stack Is the New Black
・ Stack Island
・ Stack Island (Mississippi River)
・ Stack light
・ Stack Light Rifle
・ Stack machine
・ Stack magazine
・ Stack Overflow
・ Stack overflow
・ Stack overflow (disambiguation)
・ Stack Pierce
・ Stack register
・ Stack Resource Policy
・ Stack Rock Fort
Stack search
・ Stack Soap
・ Stack Square
・ Stack Stalk
・ Stack trace
・ Stack v Dowden
・ Stack v. Boyle
・ Stack Waddy
・ Stack Waddy (album)
・ Stack's Mountains
・ Stack-based memory allocation
・ Stack-O-Tracks
・ Stack-oriented programming language
・ Stack-sortable permutation
・ Stack-Up


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Stack search : ウィキペディア英語版
Stack search
Stack search (also known as Stack decoding algorithm) is a search algorithm similar to beam search. It can be used to explore tree-structured search spaces and is often employed in Natural language processing applications, such as parsing of natural languages, or for decoding of error correcting codes where the technique goes under the name of sequential decoding.
Stack search keeps a list of the best ''n'' candidates seen so far. These candidates are incomplete solutions to the search problems, e.g. partial parse trees. It then iteratively expands the best partial solution, putting all resulting partial solutions onto the stack and then trimming the resulting list of partial solutions to the top ''n'' candidates, until a real solution (i.e. complete parse tree) has been found.
Stack search is not guaranteed to find the optimal solution to the search problem. The quality of the result depends on the quality of the search heuristic.
==References==
Example applications of the stack search algorithm can be found in the literature:
* Frederick Jelinek. Fast sequential decoding algorithm using a stack. IBM Journal of Research and Development, pp. 675-685, 1969.
* Ye-Yi Wang and Alex Waibel. Decoding algorithm in statistical machine translation. Proceedings of the 8th conference on European chapter of the Association for Computational Linguistics, pp. 366-372. Madrid, Spain, 1997.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Stack search」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.